ColumnAggregationType
Type of aggregations applied on the column data
Index
Enumeration Members
AGGREGATE
AGGREGATE:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L96
AGGREGATE_DISTINCT
AGGREGATE_DISTINCT:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L97
APPROX_AGGR_DISTINCT
APPROX_AGGR_DISTINCT:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L98
APPROX_AGGR_DISTINCT_MERGE
APPROX_AGGR_DISTINCT_MERGE:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L99
APPROX_COUNT_DISTINCT
APPROX_COUNT_DISTINCT:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L100
AVERAGE
AVERAGE:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L101
COUNT
COUNT:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L102
COUNT_DISTINCT
COUNT_DISTINCT:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L103
CUMULATIVE_AVERAGE
CUMULATIVE_AVERAGE:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L104
CUMULATIVE_COUNT
CUMULATIVE_COUNT:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L105
CUMULATIVE_MAX
CUMULATIVE_MAX:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L106
CUMULATIVE_MIN
CUMULATIVE_MIN:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L107
CUMULATIVE_SUM
CUMULATIVE_SUM:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L108
GROWTH
GROWTH:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L109
MAX
MAX:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L110
MEDIAN
MEDIAN:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L111
MIN
MIN:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L112
MOVING_AVERAGE
MOVING_AVERAGE:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L113
MOVING_COUNT
MOVING_COUNT:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L114
MOVING_MAX
MOVING_MAX:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L115
MOVING_MIN
MOVING_MIN:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L116
MOVING_SUM
MOVING_SUM:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L117
NONE
NONE:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L118
PERCENTILE
PERCENTILE:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L119
RANK
RANK:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L120
RANK_PERCENTILE
RANK_PERCENTILE:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L121
SQL_BOOL_AGGREGATE_OP
SQL_BOOL_AGGREGATE_OP:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L122
SQL_DATE_AGGREGATE_OP
SQL_DATE_AGGREGATE_OP:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L123
SQL_DATE_TIME_AGGREGATE_OP
SQL_DATE_TIME_AGGREGATE_OP:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L124
SQL_DOUBLE_AGGREGATE_OP
SQL_DOUBLE_AGGREGATE_OP:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L125
SQL_INT_AGGREGATE_OP
SQL_INT_AGGREGATE_OP:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L126
SQL_STRING_AGGREGATE_OP
SQL_STRING_AGGREGATE_OP:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L127
SQL_TIME_AGGREGATE_OP
SQL_TIME_AGGREGATE_OP:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L128
STD_DEVIATION
STD_DEVIATION:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L129
SUM
SUM:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L130
TABLE_AGGR
TABLE_AGGR:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L131
VARIANCE
VARIANCE:= undefined
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/answer-column.types.ts#L132